home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / wincat25.zip / WINCATRS.BAT < prev    next >
DOS Batch File  |  1993-01-01  |  325b  |  14 lines

  1. echo off
  2. rem    This BAT is used by WinCat when restoring files.
  3. rem    Change the following statement to your directory containing
  4. rem    unarchive utilities like LHA.EXE, ARJ.EXE and PKUNZIP.EXE :
  5.  
  6. cd\shez
  7.  
  8. echo %1 %2 %3 %4 %5 %6 %7
  9. %1 %2 %3 %4 %5 %6 %7
  10.  
  11. echo press any key to return to WinCat...
  12. pause >nul
  13. 
  14.